home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / mycutepets.swf / scripts / DefineSprite_437 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-03-17  |  183 b   |  12 lines

  1. var c = 0;
  2. onEnterFrame = function()
  3. {
  4.    c++;
  5.    _parent._parent.full = Math.max(_parent._parent.full,c);
  6.    if(c >= 100)
  7.    {
  8.       onFinished();
  9.    }
  10. };
  11. gotoAndPlay(2);
  12.